![]() |
FSSetForkPosition |
||||
Header: | Files.h | Carbon status: | Supported | |
Sets the current position of the specified open fork.
OSErr FSSetForkPosition ( SInt16 forkRefNum, UInt16 positionMode, SInt64 positionOffset );
The reference number of the fork.
The base location for the new position. If positionMode is equal to fsAtMark, then the positionOffset parameter is ignored. See
The offset of the new position from the base.
A result code.
Supported in Carbon. Available in Mac OS 9, and later when Carbon 1.0.2 or later is present.
© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)